These functions allow one to assign a sub-node
to an existing XML node by name or index.
These are the assignment equivalents of the
subsetting accessor functions.
They are typically called indirectly
via the assignment operator, such as
x[["myTag"]] <- xmlNode("mySubTag").
Usage
x[i] <- value
"[<-.XMLNode"(x, i, value)
"[[<-.XMLNode"(x, i, value)
Arguments
Value
The XML node x containing the new or modified
nodes.